home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / core292.zip / CORETEST.DOC next >
Text File  |  1990-04-23  |  4KB  |  78 lines

  1.           COREtest - Disk Performance Test Program v2.92
  2.  
  3. This program will measure the performance of one or two hard disk
  4. drives.  The evaluation is made using three tests:  data transfer,
  5. random seek, and track-to-track seek.  The program will not destroy any
  6. data on the disk and may be run as many times as desired.
  7.  
  8. The data transfer test measures the performance of the computer, disk
  9. controller, and drive functioning as a combined unit.  This is
  10. accomplished by reading repeatedly a specific block of data and timing
  11. each transfer.  The resulting effective transfer rate is produced from
  12. the combined relationship of the computer bus structure (8, 16, or 32
  13. bits), the transfer rate of the controller with the drive, the
  14. interleave factor for which the drive was formatted, and the size of the
  15. data block transferred.
  16.  
  17. The block size is automatically calculated or may be explicitly set from
  18. 1 to 64K in 1K increments.  If automatically calculated, the block size
  19. will be set to 64K or the amount of data stored on one cylinder,
  20. whichever is less.  The transfer rate is displayed in units of kilobytes
  21. per second (KB/sec).  This indicates how much data will be moved from
  22. the disk to memory in one second.
  23.  
  24. The next two tests measure the time required to position the read/write
  25. heads to a specific location where data is stored.  The first of these
  26. tests will measure what is referred to as the "average access time" by
  27. moving the heads across one-third of the cylinders, simulating true
  28. random access.  The final test will measure the time to move the heads
  29. from one track to an adjacent track, measuring the "track-to-track
  30. access time." Both these results are reported in milliseconds (ms =
  31. thousandths of a second).  The smaller the access time, the faster the
  32. data may be located and transferred to the computer.
  33.  
  34. After the tests are complete, a "performance index" is calculated for
  35. the tested system.  This number measures the overall performance of a
  36. given computer, the disk controller, and its hard disk.  It may be used
  37. to evaluate the performance of different computer systems on a
  38. comparable scale.  For example, a standard IBM 10MB XT system will
  39. typically report an index of one while an IBM 20MB AT will yield an
  40. index of approximately 2.4.  The higher the index, the more powerful the
  41. computer system.  It can generally be said that a computer with a
  42. performance index of two is twice as fast as a computer with an index of
  43. one.
  44.  
  45.                          Caching  Information
  46. If COREtest detects that a cache program is installed, it will display
  47. a message indicating same.  The presence of a cache program can mis-
  48. represent the actual drive performance.  When comparing the performance
  49. of disk drives, you should do so without any cache programs installed.
  50. This will give a true representation of the actual drive performance.
  51.  
  52.                            Ranking screen
  53. The final screen displays where your drive(s) rank compared to others
  54. in the industry.
  55.  
  56. Various options are available to change the test parameters to better
  57. compare performance across a wide variety of applications.  These
  58. options must be placed on the command line when program execution is
  59. started.  The format of the command line and the option descriptions are
  60. given below:
  61.  
  62. CORETEST [?] [HELP] [/B:xx] [/C:xxx] [/D:n[="xxx"]] [/P:xx] [/T:xxx]
  63.  
  64. Format  Description
  65. ------  -----------
  66. /B:xx   Use a block size of xxK.  The block size may be up to
  67.         64K.  Default is the largest transfer possible without
  68.         moving the disk heads.
  69. /C:xxx  Set maximum seek stroke to xxx.  This is used to set drives to
  70.         equal cylinder comparisons. If not specified, then the full
  71.         cylinder range of the drive will be used (default).
  72. /D:n[="xxx"]  Test disk number n (n = 0-7).  This parameter may appear
  73.         up to two times. If a string is enclosed in quotes, then this
  74.         string will be used to identify the drive on the display.  If
  75.         omitted, up to the first two drives will be tested.
  76. /P:xx   Pause for xx seconds when test complete (for batch files).
  77. /T:xxx  Perform transfer test for xxx seconds (default = 4 seconds).
  78.